home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
gfx
/
fract
/
fu1_61.lha
/
Formulas
/
MandelInvMix.Form
< prev
next >
Wrap
Text File
|
1994-04-14
|
210b
|
29 lines
MandelInvMix
{
{
x1=-1.5
x2= 1.5
y1=-1.1
y2= 1.1
par1.r=0.01
par1.i=0.0
bailout=2.0
}
{
c=pixel
t=par1/pixel
c=c-t
z=pixel
}
{
z=z*z
z=z+c
w=abs(z)
}
{
w>bailout
}
{
}
}